Seal the private member.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:17 +0000 (10:59 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:17 +0000 (10:59 +0000)
* gtk/gtkcellview.h: Seal the private member.

svn path=/trunk/; revision=20505

gtk/gtkcellview.h

index 790fc7fc27d3e3a8c356f2bbf9bf2bd5a131ba90..a214fa80197c282a04bf4d5dae662d370ca8e891 100644 (file)
@@ -46,7 +46,7 @@ struct _GtkCellView
   GtkWidget parent_instance;
 
   /*< private >*/
-  GtkCellViewPrivate *priv;
+  GtkCellViewPrivate *GSEAL (priv);
 };
 
 struct _GtkCellViewClass